home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 1.1.dxr / Internal_198_go360schoonhoven.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  211 b   |  17 lines

  1. on mouseEnter me
  2.   go("360schoonhoven1")
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   go("NL")
  9. end
  10.  
  11. on mouseDown
  12.   global snelheid
  13.   snelheid = 0.20000000000000001
  14.   cursor(-1)
  15.   go("360schoonhoven2")
  16. end
  17.